home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 07 - 1991
/
07.09 Sep 91
/
Bug Parser Code
/
pleasewait.c
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-04-26
|
292 b
|
16 lines
|
[
TEXT/KAHL
]
/*********************************************************************
pleasewait.c
a utility function used by Miniedit
*********************************************************************/
#include <QuickDraw.h>
extern Cursor waitCursor;
PleaseWait()
{
SetCursor( &waitCursor );
}